Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@hixme-ui/modal
Advanced tools
npm i --save @hixme-ui/modal
import Modal from '@hixme-ui/modal'
<Modal
dialog
medium
title='All your base are belong to us'
confirmLabel='Get down!'
cancelLabel='Eh, maybe not...'
>
{/* Modal content here */}
</Modal>
Property | Type | Value | Required | Description |
---|---|---|---|---|
backgroundColor | string | N/A | Yes | Easy way to change the modal color |
hideCloseButton | boolean | false | Yes | Hide the default close button |
style | object | N/A | No | Override modal styles |
title | string | N/A | No | Modal title header |
zIndex | number | 1001 | No | Modal z-index value |
small | boolean | false | No | Modal with 568px max-width |
medium | boolean | false | No | Modal with 800px max-width |
large | boolean | false | No | Modal with 1024px max-width |
middle | boolean | false | No | Vertically align content in the center of the modal |
bottom | boolean | false | No | Vertically align content on the bottom of the modal |
contentCenter | boolean | false | No | Horizontally align content center |
contentEnd | boolean | false | No | Horizontally align content right |
contentPadding | string | null | No | Padding for the modal content |
cancelProcessing | boolean | false | No | Show processing state on cancel button |
cancelSubmittingText | string | N/A | No | Text shown on the cancel button when cancelProcessing is true |
cancelHandler | function | defaultClose() | No | When dialog = true , function called on cancel |
cancelLabel | string | 'Cancel' | No | When dialog = true , label on the cancel button |
confirmProcessing | boolean | false | No | Show processing state on confirm button |
confirmSubmittingText | string | N/A | No | Text shown on the confirm button when confirmProcessing is true |
confirmHandler | function | N/A | No | When dialog = true , function called on confirm |
confirmLabel | string | 'Ok' | No | When dialog = true , label on the confirm button |
dialog | boolean | false | No | Show dialog modal |
errorDialog | boolean | false | No | Show error dialog modal |
The default style is a full screen modal. You can specify small
, medium
, or large
to render a more traditional modal style. Any of the preset modal styles can be overwritten by providing the <MrModal />
component with a style object.
style: {
content: {
...contentStyles
},
overlay: {
...overlayStyles
},
}
FAQs
hixme-ui Modal component
We found that @hixme-ui/modal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.